Welcome![Sign In][Sign Up]
Location:
Search - http message

Search list

[WinSock-NDIS通过c向80提交数据

Description: 通过winsock向特定网络地址提交数据。模拟登陆过程。 其中。HTTP报文可以通过WinSockExpert抓包来获取。-through the protocols of a specific network address to submit data. Simulated landing process. Which. HTTP message through WinSockExpert capturing Packet to obtain.
Platform: | Size: 7206 | Author: 林松英 | Hits:

[ICQ-IM-Chateva-0.2.0

Description: Eva 是KDE下的一个QQ聊天客户端,体积小巧,界面友好,编译为二进制包也不超过1M,0.2.0 实现了简单聊天的多数功能,以后的版本将支持文件传输和群的功能。========================== - 进行文本聊天 - 聊天记录的简单实现 - 查看好友资料 - 更改个人资料 - 下载好友分组 - 上传好友分组 - UDP和TCP登录 - HTTP代理登录 - 删除好友 - 查找好友,和添加好友 - 好友验证 - 系统消息记录 - 自动回复 - 快速回复 - 系统设置 -Eva is the one QQ Chat client, a compact, user-friendly interface compiler for binary packages of more than 1M, 0.2.0 achieve a simple majority of the chat function, future versions will support file transfer and group functions. ==========================- Text Chat-Chat simple to achieve record-View Friends information-change of personal information-a good friend to download-upload Friends group-logged UDP and TCP-HTTP proxy login-delete friends- friends search, and add friends- friends test-system message record-automatic back-quick reply-system settings
Platform: | Size: 1530880 | Author: 小平 | Hits:

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10240 | Author: 雨岳 | Hits:

[CSharpCShttpServer

Description: C#编写的简易HTTP服务器,能处理GET请求,并发送当前目录内指定的文件,默认文件为"index.htm",找不到文件则发送错误信息 采用多线程编写,能同时连接多个客户端.-C# summary prepared by the HTTP server can handle GET request, , and send the current directory specified in the document, the default document "index.htm" no documents were sent the wrong message multi-threading, can simultaneously connect to multiple client.
Platform: | Size: 5120 | Author: | Hits:

[Internet-Network通过c向80提交数据

Description: 通过winsock向特定网络地址提交数据。模拟登陆过程。 其中。HTTP报文可以通过WinSockExpert抓包来获取。-through the protocols of a specific network address to submit data. Simulated landing process. Which. HTTP message through WinSockExpert capturing Packet to obtain.
Platform: | Size: 7168 | Author: 林松英 | Hits:

[P2PliubingP2P

Description: 用UDP实现了p2p是的穿透,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处理这些问题),后登录的计算机可以获得先登录计算机的用户名,后登录的计算机通过send username message的格式来发送消息。如果发送成功,说明你已取得了直接与对方连接的成功。-achieved using UDP p2p is the piercing, P2PServer operation in a public IP with the computer, P2PClient running in two different NAT after (Note If two clients running on a NAT, the procedure may not be operating normally, It depends on whether you support the loopback NAT translation, see http :// midcom-p2p.sourceforge.net/draft-ford- midcom- p2p- 01.txt, of course, this problem can be made by the two sides try to connect with each other to resolve the IP network, but the code is to verify principle, not dealing with these issues), after the computer can log logged in a computer user name, after logged by the computer username send the message format to send information. If the success of this show that you have made a direct link with each other's success.
Platform: | Size: 31744 | Author: 刘冰 | Hits:

[P2Ppertoper

Description: 一个模拟P2P聊天的过程的源代码,过程很简单,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处理这些问题),后登录的计算机可以获得先登录计算机的用户名,后登录的计算机通过send username message的格式来发送消息。如果发送成功,说明你已取得了直接与对方连接的成功。 程序现在支持三个命令:send , getu , exit send格式:send username message 功能:发送信息给username getu格式:getu 功能:获得当前服务器用户列表 exit格式:exit 功能:注销与服务器的连接(服务器不会自动监测客户是否吊线)-a peer-to-peer chatting simulation of the process of source code, the process is very simple. P2PServer operation in a public IP with the computer, P2PClient running in two different NAT after (Note If two clients running on a NAT, the procedure may not be operating normally, It depends on whether you support the loopback NAT translation, see http :// midcom-p2p.sourceforge.net/draft-ford- midcom- p2p- 01.txt, of course, this problem can be made by the two sides try to connect with each other to resolve the IP network, but the code is to verify principle, not dealing with these issues), after the computer can log logged in a computer user name, after logged by the computer username send the message format to send information. If the success of this show that you have made a direct link
Platform: | Size: 30720 | Author: 李俊升 | Hits:

[ICQ-IM-ChatCX.NetChat.

Description: 含此文档只表示此压缩包来自于DELPHI盒子网站 ------------------------------------------------------------------------- DELPHI盒子 二零零三新版 http://www.2ccc.com http://www.delphibox.com Email:root@2ccc.com DELPHI相关源码下载,作品发布,个性论坛,支持WEB/FTP文件上传,会员WEB空间,VIP会员***@2ccc.com邮箱。 2ccc技术论坛 http://bbs.2ccc.com 2ccc个人网络空间,免费8M永久使用web空间,可以上传任何文件,上传进度显示,送个人留言板,VIP会员可申请100M空间。 http://my.2ccc.com 2003-9-25 第9次改版正式开通,每日更新。 -------------------------------------------------------------------------- DELPHIBOX New Version @ 2003 http://www.2ccc.com http://www.delphibox.com Email:root@2ccc.com DELPHI Code,App,Simple to Publish,forum,WEB/FTP uploads Support,member WEB Space or email addr. 2ccc Tech Forum. http://bbs.2ccc.com 2ccc Web Space,Free 8M Space,Upload any file-type. http://my.2ccc.com 2003-9-25 New Version WebSite ninthly,Update everyday.-with this document only said that the package of compressed from the box DELPHI website---------------------------------------------------- DELPHI box--------------------- 2003 New http :// www.2ccc.com http :// www.delphibox.com Email : root@2ccc.com DELPHI relevant source download, works published, personality Forum support Web/FTP file uploads, Member Web space, VIP Member*** @ 2ccc.com mail. 2ccc Technical Forum http://bbs.2ccc.com 2ccc personal network space, 8 M permanent free use of web space, can upload any document upload progress indicates that sent personal message board, VIP members can apply for 100 M space. Http://my.2ccc.com 2003-9-25 9th revision opened updated daily.-------------------------------------------------------------------------- DELPHI New Version @
Platform: | Size: 81920 | Author: RockZhou | Hits:

[Shell apiCustomWebProtocol

Description: 【软件名称】 《像腾讯QQ和Skype一样定义自己的类似HTTP的Web协议,可以通过URL来触发自己的程序》 【版 本】 1.0.0 【操作系统】 Windows 桌面系列 【作 者】 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn 【软件说明】 如果你电脑中装有QQ,在IE地址栏输入:“tencent://Message/?menu=yes&exe=&uin=13231462”然后[回车],立即可以与我的QQ建立临时会话,Skype也有类似的功能到底是如何实现的呢?我们可以注册一种目前不存在的协议(类似HTTP),当浏览器遇到新的协议时会自动调用Translate方法来翻译我们的协议,甚至激活我们自己的程序。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! 【开发日期】 2008-01-06 18:29:35-err
Platform: | Size: 208896 | Author: 谢红伟 | Hits:

[Communication-Mobileduanxinwangguan

Description: 利用网通的网关平台收(群)发手机短信,群发手机短信。 主要技术:POST HTTP 请求,MD5加密算法,XML文档解析,手机短信发送、接收,短信群发等。源代码已经封装好,并提供详细的测试代码,该程序也可以直接当作手机短信收发的小工具。 -Using Netcom s gateway platform collection (group), made phone message, mass phone message. Main Technical: POST HTTP request, MD5 encryption algorithm, XML document analysis, mobile phone message to send, receive, message, such as mass. Source code has been packaged well, and provide detailed test code, the program can also be used as a direct message to send and receive mobile phone gadget.
Platform: | Size: 48128 | Author: jack | Hits:

[JSP/Javahttp_post

Description: java 程序。手机发短信-java program. Fat cell phone message
Platform: | Size: 1024 | Author: 啊啊 | Hits:

[JSP/JavaHTTPClient

Description: 一个基于HTTP的客户端发送消息到服务端的JAVA程序 -HTTP-based clients send a message to the service-side JAVA program
Platform: | Size: 1024 | Author: gdufswang | Hits:

[Internet-Networktesthttp

Description: 运用sokect 编程,发送http请求并接受请求到的报文-Application programming sokect, send http request and accept the request to the Message
Platform: | Size: 69632 | Author: 葛成东 | Hits:

[Otherdes

Description: MD5的全称是Message-digest Algorithm 5(信息-摘要算法),在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。不管是MD2、MD4还是MD5,它们都需要获得一个随机长度的信息并产生一个128位的信息摘要。虽然这些算法的结构或多或少有些相似,但MD2的设计与MD4和MD5完全不同,那是因为MD2是为8位机器做过设计优化的,而MD4和MD5却是面向32位的电脑。这三个算法的描述和c语言源代码在Internet RFC 1321中有详细的描述(http://www.ietf.org/rfc/rfc1321.txt),这是一份最权威的文档,由Ronald L. Rivest在1992年8月向IETF提交。 -err
Platform: | Size: 3072 | Author: wangweiyang | Hits:

[JSPEclipse

Description: 1.1 前言 2005-3-2公司开会并分给我一个任务:写一个程序从福建移动的BOSS系统取出一些相关数据。我得到的资料只有一个“福建移动BOSS与业务增值平台接口规范V1.2.2(新).doc”,这个规范页数不多,一下就浏览完了。但之后依然不知所措,感觉到了一条河边,河前有一条大道(就是这份文档)能让我直达目的地,但却找不到过河的桥。这份文档只给出了数据的格式编码规范,但没有告诉你用什么技术,怎么去取这些数据,甚至连一个数据格式的XML例子文件也没有。 里面只有这样几句话:“交易消息(包括请求和应答)是以XML格式表达的,包括两个部分:Message Header(消息头)与Service Content(交易业务内容)。” “接口协议使用HTTP协议,落地方为发起方提供访问的URL,发起方使用HTTP POST方法发送请求报文并得到应答报文,发起方作为落地方的HTTP客户端,落地方作为发起方的HTTP服务器。因此,各个参与方需要同时实现HTTP客户端以及服务器的功能。” 这里面有两个关键字:XML、HTTP,再加上老大说用SOAP,我想这个BOSS系统和外界的信息交换技术也是基于SOAP实现的吧。于是我上网搜索了一些资料,始有此文。 -err
Platform: | Size: 1894400 | Author: 薛泽朋 | Hits:

[Internet-Networkhttp_Post_Get

Description: 通过CHttpSession发送Get、Post报文。并可自定义HTTP包头-CHttpSession send through the Get, Post Message. And custom HTTP header
Platform: | Size: 24576 | Author: | Hits:

[Internet-NetworkPost

Description: 对网络进行编程,基于HTTP进行帖子的发送,用于发送相关帖子,以IE插件及Socket方式对网络进行数据发送-Programming on the network, based on the HTTP message to the sending, used to send relevant messages to the way IE plug-ins and Socket for data sent on the network
Platform: | Size: 5897216 | Author: Paul | Hits:

[Otherhttp-sniffer-0.2.tar

Description: 该程序用来对http报文请求和响应进行解析(HTTP message parsing)
Platform: | Size: 24576 | Author: pchy1 | Hits:

[Internet-Networkhttp-inuse

Description: 一个http server的调试程序,可以测试服务端的报文及数据处理过程。(A HTTP server debugger, you can test the server's message and data processing process.)
Platform: | Size: 65536 | Author: bario | Hits:

[Documents《HTTP权威指南》高清中文版

Description: http 权威指南 主要是http 协议,报文格式(HTTP authoritative guide is mainly HTTP protocol, message format)
Platform: | Size: 7896064 | Author: Q-Q | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net